// JavaScript Document

function showdetails() {
	if(document.getElementById('selproduct').selectedIndex!=0)
	{
		location.replace('../product-details.php?productID='+document.getElementById('selproduct').value)	
	}
}
function showdetailsroot() {
	if(document.getElementById('selproduct').selectedIndex!=0)
	{
		location.replace('product-details.php?productID='+document.getElementById('selproduct').value)	
	}
}

function watchytvidroot(videocode)
{
window.open('gallery/video.youtube.pop.php?v='+videocode,'youtube'+videocode,'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=500, height=405');	
}
function watchytvid(videocode)
{
window.open('../gallery/video.youtube.pop.php?v='+videocode,'youtube'+videocode,'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=500, height=405');	
}

function customwin(url,winname,width,height)
{
window.open(url,winname,'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width='+width+', height='+height);
}

function changecaptcharoot()
{
document.getElementById("captcha").src="captcha/captcha_image.php?"+(new Date()).getMilliseconds()
}

function changecaptcha()
{
document.getElementById("captcha").src="../captcha/captcha_image.php?"+(new Date()).getMilliseconds()
}
