
function openwin(no){
	var wp;
	window.open("http://www.mkbrands.net/gallery/index.html", "sample", "toolbar=no,location=no,scrollbars=no,directories=no,width=600,height=450,left=100,top=200");
}

