if(size == 1){
	intWidth	= 150;
	intHeight	= 260;
}
else if(size == 2){
	intWidth	= 150;
	intHeight	= 295;
}
else if(size == 3){
	intWidth	= 250;
	intHeight	= 225;
}
else if(size == 4){
	intWidth	= 250;
	intHeight	= 265;
}

document.write("<IFRAME src=\"http://info.nttnavi.co.jp/blogparts/blogparts.php?c=" + (escape(color||'')) + "&s=" + (escape(size||'')) + "\" name=\"iframe\"  marginheight=\"0\"  marginwidth=\"0\"  vspace=\"0\"  hspace=\"0\"  frameborder=\"0\"  height=\""+(escape(intHeight||''))+"\"  width=\""+(escape(intWidth||''))+"\"  scrolling=\"no\" allowtransparency=\"true\"></IFRAME>");
