/*
FIRST YOU MAST INSTAL JQUERY
*/

function ImikeUploader(){
 upl = window.open('include/ImikeUploader.php','UploadPhotos','height=600,width=600'); //select patch wher is PHP file on new popup ImikeUploader.php
 if (window.focus) { upl.focus() }
 return false;
}



