
function details(theURL,winName,features) {//v1.0
   win4 =  window.open(theURL,winName,features);
   win4.creator=self; 
}

function noaccess(){
	 alert("Sorry you do not have download rights to this image. Please request download rights from Kapalua Marketing");
}

function changegallery(){
  document.galleryform.submit();
}
function slides(current,projectid){
url = 'slides_low.php?current=' + current + '&projectid=' + projectid;
win3=window.open(url,"","scrollbars=yes,resizable=yes,width=610,height=520");
win3.creator=self;
win3.focus();
}

function remote(){
win2=window.open("options.php","","scrollbars=yes,resizable=yes,width=450,height=300");
win2.creator=self;
win2.focus();
}

function remote_log(){
win3=window.open("login.php","","scrollbars=yes,resizable=yes,width=500,height=300");
win3.creator=self;
win3.focus();
}

function remote_logout(){
win3=window.open("login.php?action=logout","","scrollbars=yes,resizable=yes,width=450,height=300");
win3.creator=self;
win3.focus();
} 


function notedownload(imgid){

	 cscontrol = new Image;
	 var u = 'download.php?' + 'cmd=download' + 
					 '&imgid=' + imgid;
	// alert(u);
	 cscontrol.src = u;      	 
	 cscontrol.onload = deleteimage;	
}

function deleteimage(){
	 delete cscontrol;
}