<!--this function is carried by swimwear_labels.htm-->

function wrtFrames(s)
{
	var strHTML;
	strHTML = "<HTML><HEAD>" + "<meta name='author' content='Dx Technologies Inc. : webmaster@swimfashion.com'>" +
		"<meta name='description' content='Leading Fashion swimwear retailer in Toronto, Canada'>" +
		"<meta name='keywords' content='bikinis swimwears beachwears bathing suits tankinis tan thru ariella Nautica Polo Carol Wior body glove mossimo Daffy Raisins Christina Sassafras Jantzen Gottex Shan La Blanca Diva Anne Cole Speedo Nike Tyr Huit Gideon Oberson Calvin Klein European Canada Toronto Italian Germany French Israel Australia Brazil Britain Sandpiper'>" +
		"<meta name='robots' content='all'>" +
		"<TITLE>" + s + "</TITLE></HEAD>" +
		"<FRAMESET ROWS='22%,*'>" +
		"<FRAME NAME=menu SRC='menu_labels.htm' noresize>" +
		"<FRAMESET COLS='16%,50%,*'>" +
		"<FRAME NAME=thumbnails SRC='" + s + "_t.htm' noresize>" +
		"<FRAME NAME=photos SRC='swimwear_photos.htm' noresize>" +
		"<FRAME NAME=text SRC='" + s + "_text.htm' noresize>" +
		"</FRAMESET></FRAMESET></HTML>";

	document.write(strHTML);
	parent.photoNam = "images/swimwear_labels/" + s + "_logo.jpg";
	if(s == "about")parent.photoNam = "images/swimwear_pictures/store3.jpg";
	parent.photoWidth = 460;
	parent.tooltip = "";
	photos.location="swimwear_photos.htm";
}