var reviews;
function reviews(url)
{
	newwindow=window.open(url,'name','height=595,width=450,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=yes')
	if (window.focus) {newwindow.focus()}
}
var order;
function order(url)
{
	newwindow=window.open(url,'name','height=554,width=450,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=yes')
	if (window.focus) {newwindow.focus()}
}


