function view_product( id )
{
	var raam = window.open( "shotsproduct.php?ID=" + id, "shotsproduct", "width=620,height=400,scrollbars,resizable" );
	
	raam.focus();
}

function order_product( id )
{
	var raam = window.open( "orderproduct.php?ID=" + id, "order", "width=310,height=510,scrollbars" );
	
	raam.focus();
}