var URL = null;

function openstore(URL) {
	document.write ('<html>');
	document.write ('<head><title>Shop Online with GotFabric</title></head>');
	document.write ('<frameset rows="61,*,45" frameborder="0" border="0">');
	document.write ('<frame name="topnav" scrolling="no" marginwidth="0" marginheight="0" src="/fabric_shop/top.php">');
	document.write ('<frame name="content" scrolling="auto" marginwidth="0" marginheight="0" src="' + URL + '">');
	document.write ('<frame name="footer" scrolling="no" marginwidth="0" marginheight="0" src="/fabric_shop/bottom.php">');
	document.write ('</frameset>');
	document.write ('</html>');
}

function say(what) {
	window.status = what;
	return true;
}
