//
// RORUM, 04JAN2004
// This JS include goes in the HTML <HEAD>; 
// it defines some variables and selects the CSS.
//
// Open a window and make it active 
function myWinPopup( url, name, features )
{
	var myWIN = window.open( url, name, features );
	if( myWIN ) myWIN.focus();
	return myWIN;
}

var myPRINTABLE = (window.name == "printable");
var myURLVALUE  = window.location;

document.writeln ( ' \
<META NAME="description" CONTENT="Cutters of faceted gemstone 			\
 BRIOLETTES in matched and single pieces. Available in...">			\
');

document.writeln ( ' \
<META NAME="keywords" CONTENT="briolettes, briolette, briollettes, 		\
	briollette, briolets, briolet, 						\
	ultrasonic, ultrasonic drilling, commercial ultrasonic drilling,	\
	ultrasonic drilling service,						\
	gems for sale, colored stones, jewelery, fancy cut gems, 		\
	semi precious gems, semi-precious gems, semi-precious gemstones, 	\
	gemstone earrings, lapidary, rare gems, colored gems, cabuchons, 	\
	faceted gems, faceted stones, precious gems, precious stones, 		\
	antique jewelery, estate jewelry, diamonds">				\
');

if( myPRINTABLE ) 	// USE PRINTABLE CSS
{
	document.writeln( '<link rel=stylesheet type="text/css" href="p_style1.css" >' );
} else {			// RUSE EGULAR (NOT PRINTABLE0 CSS 
	document.writeln( '<link rel=stylesheet type="text/css" href="b_style1.css" >' );
}
// EOF 
