
function openPrintWindow(C){
// var A="http://craftcentral1/news-news.html";
var A=C;
var B=this.document.createElement("a");
//var d="http://craftcentral";
B.setAttribute("rev","width: 900px; height: 900px;");
B.setAttribute("title","Welcome to Craftcentral.com");
B.setAttribute("href",A);
B.setAttribute("rel","lyteframe");
myLytebox.start(B,false,true)}