// JavaScript Document
function go(url,w,h) {
	var dim = eval('"width=' + w + ',height=' + h + ',toolbar=0, location=0,directories=0,status=0, menubar=0,scrollbars=0,resizable=0"');
	Npop = window.open(url,"instruct" + w,dim);
	Npop.focus();
	oldWin = Npop.opener;
}

function postcard()
{
	document.write('<embed type="application/x-shockwave-flash" src="http://www.kytonsbakery.com.au/videos/postcard.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" scale="noScale" salign="TL" bgcolor="#000000" flashvars="mediaId=316150&affiliateId=0&allowFullScreen=true" allowfullscreen="false" height="576" width="720"></embed>');	
}

