document.onselectstart = function(){return false;}
document.oncontextmenu = function(){return false;}

function newwin(url,h,w) //default:[h=570;w=510;]; one: [h=670;w=610;];
{
	OpenWindow=window.open("", "newwin", "height=570, width=510,toolbar=no,scrollbars="+scroll+",menubar=no"); 
	OpenWindow.document.write("<html><title>www.bike2go.com</title>") 
	OpenWindow.document.write ("<body>")
	OpenWindow.document.write("<img src="+url+" /><br />")  
	OpenWindow.document.write("<h6>All pictures are the property of  <a href='http://www.bike2go.com' target='_blank'>www.bike2go.com</a>. All rights reserved.")
	OpenWindow.document.write("Unauthorized use will result in legal action</h6>")
	OpenWindow.document.write("</body>") 
	OpenWindow.document.write("</html>") 
	OpenWindow.document.close() 
}

function $(o){return document.getElementById(o);}
function g_p(v, getvar){$('product_description').innerHTML='<img src="images/loading.gif" border=0 />';var ajaxs = new ajax();ajaxs.url = 'get_products_description.php?id='+v+'&getvar='+getvar;ajaxs.callback = function(o){o_p.innerHTML = o.responseText;};ajaxs.send();}
