// JavaScript Documentfunction bag(url)
function bag(url)
{
	window.open(url,'Bags','top=10,left=10,width=362,height=500');
	return;
}