function createPopUp(i, w, h) {
	var show=window.open ("../includes/image.php?image="+i+"", "System1","scrollbars=1,resizable=1,width="+w+",height="+h+"");
}
