
	bObject = false;		// TRUE when we want to show plugin / control code
	bPlugin = true;		// TRUE when its a Netscape plugin
	bMacObject = false;		// TRUE when we are on a mac
	
// query for browser version and platform 
if ( navigator.appName.indexOf("Netscape") >= 0)
{
	// no platform is supported for Netscape 1.X	
	if ((navigator.appVersion.substring(0,2).indexOf( "1.") < 0) &&
	    (navigator.appVersion.substring(0,2).indexOf( "2.") < 0))  
	{
		if (navigator.appVersion.indexOf( "Macintosh") >= 0)
			bMacObject = true;
		else if ((navigator.appVersion.indexOf( "WinNT") >= 0) && 
			(navigator.appVersion.indexOf( "16bit") < 0))
			bObject = true;
		else if ((navigator.appVersion.indexOf( "Win95") >= 0) && 
			(navigator.appVersion.indexOf( "16bit") < 0))
			bObject = true;
	}
} 
else if ( navigator.appName.indexOf("Microsoft") >= 0)
{
	bPlugin = false;
	if (navigator.appVersion.indexOf( "Windows 95") >= 0)
		bObject = true;
	else if (navigator.appVersion.indexOf( "Windows NT") >= 0)
		bObject = true;
	else if (navigator.appVersion.indexOf( "Macintosh") >= 0)
		bMacObject = true;
	else if (navigator.appVersion.indexOf( "Windows 98") >= 0)
		bObject = true;
}

function plugin(){

if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln( "<A HREF=\"http://www.digitalriver.com/dr/v2/ec_main.entry17c?sp=10007&cid=0&sid=16808&pn=5&pid=252492\"><IMG src=\"/market/office/postit/com_prod/images/button.gif\" border=0 alt=\"Buy Now\"></A>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln( "<A HREF=\"http://www.digitalriver.com/dr/v2/ec_main.entry17c?sp=10007&cid=0&sid=16808&pn=5&pid=252492\"><IMG src=\"/market/office/postit/com_prod/images/button.gif\" border=0 alt=\"Buy Now\"></A>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln( "<A HREF=\"http://www.digitalriver.com/dr/v2/ec_main.entry17c?sp=10007&cid=0&sid=16808&pn=5&pid=252492\"><IMG src=\"/market/office/postit/com_prod/images/button.gif\" border=0 alt=\"Buy Now\"></A>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<A HREF=\"http://www.digitalriver.com/dr/v2/ec_main.entry17c?sp=10007&cid=0&sid=16808&pn=5&pid=252492\"><IMG src=\"/market/office/postit/com_prod/images/button.gif\" border=0 alt=\"i-World\"></A>");
	}
}

// sample 

function sample(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/sample1.pwn\"");
		document.writeln("name=psnote ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/vnd.3M.Post-it-Notes\"");
		document.writeln("HEIGHT=148 WIDTH=136 ALIGN=RIGHT");
		document.writeln(">");
		document.writeln("</EMBED>");

	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/sample1.pwn\"");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=148 WIDTH=136 ALIGN=RIGHT");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/sample1.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=148 WIDTH=136 ALIGN=RIGHT");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 1
function dig_1(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_1.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_1.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_1.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 2

function dig_2(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_2.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_2.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_2.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 3

function dig_3(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_3.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_3.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_3.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 4
function dig_4(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_4.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_4.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_4.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 5

function dig_5(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_5.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_5.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_5.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 6

function dig_6(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_6.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_6.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_6.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// digital 7 

function dig_7(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_7.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_7.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_7.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/pwn/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// -------------------------------------------------------
// digital 8 

function dig_8(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_8.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_8.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_8.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// -------------------------------------------------------
// digital 9 

function dig_9(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_9.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_9.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_9.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// -------------------------------------------------------
// digital 10 

function dig_10(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_10.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_10.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_10.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}
// -------------------------------------------------------
// digital 11 

function dig_11(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_11.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_11.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_11.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}
// -------------------------------------------------------
// digital 12 

function dig_12(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_12.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_12.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_12.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

// -------------------------------------------------------
// digital 13 

function dig_13(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_13.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_13.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_13.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}
// -------------------------------------------------------
// digital 14 

function dig_14(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_14.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_14.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_14.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}
// -------------------------------------------------------
// digital 15 

function dig_15(){
if (bObject == true) {
	if (bPlugin == true) {
		// Netscape Plugin for Windows
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_15.pwn\"");
		document.writeln("name=note ");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nswin.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</EMBED>");
	}
	else {
		// Internet Explorer Control for Windows
		document.writeln("<OBJECT CLASSID=\"clsid:CD62C183-73CE-11d0-8F56-0020AF6DCD1D\"");
		document.writeln("DATA=\"/market/office/postit/pwn/dig_15.pwn\" ");
		document.writeln("codebase=\"http://wwwftp.3M.com/download/npcc2.cab\"");
		document.writeln("STANDBY=\"Loading Post-it(R) Software Notes\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.writeln(">");
		document.writeln("</OBJECT>");
		}
	}

else if (bMacObject == true){
		// Netscape or IE Plugin for Macintosh
		document.writeln("<EMBED src=\"/market/office/postit/pwn/dig_15.pwn\"");
		document.writeln("name=note");
		document.writeln("pluginspage=\"http://www.3M.com/market/office/postit/com_prod/download/plugin_nsmac.html\"");
		document.writeln("type=\"application/PSNote\"");
		document.writeln("HEIGHT=114 WIDTH=115");
		document.write(">");
		document.writeln("</EMBED>");
		}

else{
	// Unsupported system, use the jpeg image
	document.writeln( "<IMG src=\"/market/office/postit/com_prod/images/paperdefault.gif\" border=0 alt=\"\">")
	}
}

